get data from keyboard python

30

value = input("Please enter a string:\n")
 
print(f'You entered {value}')

Comments

Submit
0 Comments